You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clValue Structure
>
clValue Methods
>
clValue.Exp2 Method
Dew Math for .NET
clValue.Exp2 Method
clValue Structure
clValue Members
Dew.Math Namespace
clValue Methods
Example
See Also
Collapse All
Exponent base 2 (2^X).
Syntax
C#
Visual Basic
public
TOpenCLValue
Exp2
([In]
TOpenCLValue
X
);
Public
Function
Exp2
(
X
As
[In]
TOpenCLValue
)
As
TOpenCLValue
Remarks
Calculate the exponent base 2 (2^X).
See Also
Log2
Example
var a,b:
clValue
; begin b.Copy(8); a.Exp2(b); end;
Group
clValue Methods
Links
clValue Structure
,
clValue Members
,
Dew.Math Namespace
,
clValue Methods
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!